home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Graphics / Random Graphics / Funny Day / card_3988.txt < prev    next >
Encoding:
Text File  |  1988-04-24  |  284 b   |  18 lines

  1. -- card: 3988 from stack: in
  2. -- bmap block id: 9715
  3. -- flags: 0000
  4. -- background id: 2592
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on idle
  8.   global switch
  9.   if switch is 1 then
  10.     wait 40
  11.     go next
  12.   else if switch is 2 then
  13.     visual effect dissolve
  14.     go next
  15.   end if
  16. end idle
  17.  
  18.